public sealed class ObjectRefComparer<T>
where T: class
'Declaration
Public NotInheritable Class ObjectRefComparer(Of T As Class)
Type Parameters
T
The type of objects to compare.
Remarks
This class should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.